home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / libs / gle / waste.c < prev    next >
Encoding:
C/C++ Source or Header  |  1992-11-29  |  160 b   |  13 lines

  1. #include <stdlib.h>
  2. #include <stdio.h>
  3. #include <ctype.h>
  4. #include <string.h>
  5. #include <assert.h>
  6. #include <stdarg.h>
  7. double xx[2000];
  8. main()
  9. {
  10.     system("");
  11.  
  12. }
  13.